1·Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_).
能自动删除对象的前缀和后缀(如:tbl_和usp_)。
2·As we saw above, deleting an object from the object model does not remove it from the database.
上面我们已经提到从对象模型中删除一个对象,并不会从数据库删除。
3·Every object and variable you set is also one you need to remove after the fact.
您创建的每一个对象和变量都需要在测试之后删除。
4·Multiple threads of control can simultaneously try to push data to the queue or remove data, so you need a mutex object to manage the synchronization.
多个控制线程可以同时在队列中添加数据或删除数据,所以需要用互斥锁对象管理同步。
5·Next, create a policy to protect against users being able to remove this object, as shown in Listing 22.
下一步,创建一个防止用户删除对象的策略,如清单22所示。
6·JSON content Request: Remove active content from all String values in an inbound JSON object sent to any URIs.
JSON内容请求:从发送到URI的入站JSON对象的所有string值中删除活动内容。
7·JSON content Response: Remove active content from all String values in an outbound JSON object sent by any URIs.
JSON内容响应:从URI发送的出站json对象的所有string值中删除活动内容。
8·If you would like to reset a sequence or change the next number, update or remove the CaseNumber object representing that series as appropriate.
如果希望重新设置序列或改变下一个序号,可以更新或删除代表此序列的CaseNumber对象。
9·You don't need to remove JFace/SWT listeners, as long as the object you're adding them to is disposed in a timely fashion.
只要从中添加侦听器的对象会及时删除,您就无需删除 JFace/SWT 侦听器。
10·To remove an object from the database, we have to explicitly tell NHibernate to do so. The demo app's PersistenceManager contains a Delete method that performs this task.
从数据库中删除对象,我们需要明确的告诉NHibernate。